Create Bulk Plans
Create bulk subscription plans with Spotflow
POST
https://api.spotflow.co/api/v1/plans/bulk
Headers
authorization |
|
---|
Body Parameters
Add a form-data with a key of “file” in the request body. In the value tab, upload a CSV file of your bulk subscriptions.
Sample Response
200 OK
{
"status": "success",
"failedRequests": []
}